The "set" command allows the operator to set variables within the shell environment. The normal syntax includes a "value" string. If no value is given, the shell variable is set equal to a null string.
Variable names are limited to the characters a-z, A-Z, 0-9, _ and may be 31 characters in length. The value string may contain any character and may be 255 characters in length.